home *** CD-ROM | disk | FTP | other *** search
/ Enter 1999 October / ENTER10_1.bin / INTERNET / monitor polaczen / MONITOR / Setup.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1999-08-03  |  1.7 KB  |  92 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wybierz katalog'
  7.   ClientHeight = 279
  8.   ClientWidth = 251
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 21
  21.     Top = 14
  22.     Width = 167
  23.     Height = 13
  24.     Caption = 'Prosz∩┐╜ wybra∩┐╜ odpowiedni katalog.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 20
  28.     Top = 44
  29.     Width = 39
  30.     Height = 13
  31.     Caption = 'Katalog:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 20
  35.     Top = 92
  36.     Width = 39
  37.     Height = 13
  38.     Caption = '&Drzewo:'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 20
  42.     Top = 224
  43.     Width = 29
  44.     Height = 13
  45.     Caption = 'Dyski:'
  46.   end
  47.   object Edit1: TEdit
  48.     Left = 20
  49.     Top = 62
  50.     Width = 222
  51.     Height = 21
  52.     TabOrder = 0
  53.   end
  54.   object Button1: TButton
  55.     Left = 167
  56.     Top = 112
  57.     Width = 75
  58.     Height = 23
  59.     Caption = 'OK'
  60.     Default = True
  61.     TabOrder = 1
  62.     OnClick = Button1Click
  63.   end
  64.   object Button2: TButton
  65.     Left = 167
  66.     Top = 142
  67.     Width = 75
  68.     Height = 23
  69.     Cancel = True
  70.     Caption = 'Anuluj'
  71.     ModalResult = 2
  72.     TabOrder = 2
  73.   end
  74.   object DirectoryListBox1: TDirectoryListBox
  75.     Left = 21
  76.     Top = 112
  77.     Width = 136
  78.     Height = 97
  79.     ItemHeight = 16
  80.     TabOrder = 3
  81.     OnChange = DirectoryListBox1Change
  82.   end
  83.   object DriveComboBox1: TDriveComboBox
  84.     Left = 21
  85.     Top = 240
  86.     Width = 136
  87.     Height = 19
  88.     DirList = DirectoryListBox1
  89.     TabOrder = 4
  90.   end
  91. end
  92.